home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / isode / dosisode / DOSISODE-RUNTIME.ZIP / ETC / DE / DEWILDCA < prev   
Encoding:
Text File  |  1992-07-04  |  914 b   |  18 lines

  1. It is possible to exercise some control over the matching that the interface
  2. does by use of wildcards.  Note that this feature is not fully general.
  3. Five wildcard formats are valid.
  4.  
  5. *          This will either, depending on the context (see the help screens
  6.            for each input line), search or list all entries of the 
  7.        specified type.
  8. paul*      Matches entries with a name beginning with the string "paul"
  9. *paul*     Matches entries with a name containing the string "paul"
  10. *paul      Matches entries with a name finishing with the string "paul"
  11. paul*ker   Matches entries with a name beginning with the string "paul"
  12.            and finishing with the string "ker"
  13.  
  14. Note that the interface automatically provides some wildcard matching if 
  15. no wildcarding is specified but no exact match can be found.  The interface 
  16. will progressively try weaker and weaker matching in an attempt to satisfy
  17. a query.
  18.